home *** CD-ROM | disk | FTP | other *** search
- object SyntAnalyzer8: TLibSyntAnalyzer
- Formats = <
- item
- DisplayName = 'Default'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- FormatType = ftCustomFont
- end
- item
- DisplayName = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Level'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Title'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- DisplayName = 'Reference'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- DisplayName = 'Help file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clFuchsia
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic, fsUnderline]
- end
- item
- DisplayName = 'Help directory'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsUnderline]
- BgColor = clScrollBar
- end
- item
- DisplayName = 'Marked block'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlightText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- BgColor = clHighlight
- FormatType = ftColor
- end>
- TokenRules = <
- item
- DisplayName = 'Comment'
- StyleName = 'Comment'
- TokenType = 1
- Expression = '^[:;].*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Level'
- StyleName = 'Level'
- TokenType = 5
- Expression = '^\d+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Reference'
- StyleName = 'Reference'
- TokenType = 2
- Expression = '=[^@\n]+'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Help file'
- StyleName = 'Help file'
- TokenType = 6
- Expression = '@.*'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Help directory'
- StyleName = 'Help directory'
- TokenType = 3
- Expression = '[^=]*?$'
- ColumnFrom = 0
- ColumnTo = 0
- end
- item
- DisplayName = 'Title'
- StyleName = 'Title'
- TokenType = 4
- Expression = '[^=]*'
- ColumnFrom = 0
- ColumnTo = 0
- end>
- BlockRules = <
- item
- DisplayName = 'end'
- BlockType = btRangeEnd
- ConditionList = <
- item
- TokenTypes = 8
- end>
- BlockOffset = 2
- HighlightPos = cpAny
- IgnoreAsParent = False
- end
- item
- DisplayName = 'Begin'
- ConditionList = <
- item
- TokenTypes = 8
- end>
- BlockOffset = 1
- BlockEnd = 'end'
- EndOfTextClose = True
- RefToCondEnd = True
- HighlightPos = cpAny
- IgnoreAsParent = False
- end>
- CodeTemplates = <>
- SubAnalyzers = <>
- TokenTypeNames.Strings = (
- 'Unknown'
- 'Comment'
- 'Reference'
- 'Help directory'
- 'Title'
- 'Level'
- 'Help file')
- MarkedBlockStyle = 'Marked block'
- DefaultStyleName = 'Default'
- Extentions = 'cnt'
- LexerName = 'Help contents'
- end
-